Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cov/corr bug in dask-cudf #16786

Merged
merged 4 commits into from
Sep 17, 2024
Merged

Conversation

rjzamora
Copy link
Member

Description

Closes #14935

Overrides _prepare_cov_corr method to avoid cudf compatibility issues in dask-cudf.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@rjzamora rjzamora added bug Something isn't working 2 - In Progress Currently a work in progress non-breaking Non-breaking change labels Sep 10, 2024
@rjzamora rjzamora self-assigned this Sep 10, 2024
@github-actions github-actions bot added the Python Affects Python cuDF API. label Sep 10, 2024
@rjzamora rjzamora added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Sep 11, 2024
@rjzamora rjzamora marked this pull request as ready for review September 16, 2024 14:16
@rjzamora rjzamora requested a review from a team as a code owner September 16, 2024 14:16
@rjzamora rjzamora added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Sep 17, 2024
@rjzamora
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 86861e0 into rapidsai:branch-24.10 Sep 17, 2024
95 checks passed
@rjzamora rjzamora deleted the bug/fix-16560 branch September 17, 2024 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] dask_cudf pivot_table function is broken: TypeError: StringIndex object is not iterable.
2 participants